• frmInstallment_Hostel.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmInstallment_Hostel
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmInstallment_Hostel))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel4 = New System.Windows.Forms.Panel()
33         Me.Label2 = New System.Windows.Forms.Label()
34         Me.cmbHostel = New System.Windows.Forms.ComboBox()
35         Me.txtInstallment = New System.Windows.Forms.TextBox()
36         Me.Label6 = New System.Windows.Forms.Label()
37         Me.txtCharges = New System.Windows.Forms.TextBox()
38         Me.Label3 = New System.Windows.Forms.Label()
39         Me.Panel3 = New System.Windows.Forms.Panel()
40         Me.btnDelete = New System.Windows.Forms.Button()
41         Me.btnClose = New System.Windows.Forms.Button()
42         Me.btnUpdate = New System.Windows.Forms.Button()
43         Me.btnSave = New System.Windows.Forms.Button()
44         Me.btnNew = New System.Windows.Forms.Button()
45         Me.dgw = New System.Windows.Forms.DataGridView()
46         Me.Panel2 = New System.Windows.Forms.Panel()
47         Me.txtHostelID = New System.Windows.Forms.TextBox()
48         Me.Label1 = New System.Windows.Forms.Label()
49         Me.lblUser = New System.Windows.Forms.Label()
50         Me.txtID = New System.Windows.Forms.TextBox()
51         Me.cmbSchoolName = New System.Windows.Forms.ComboBox()
52         Me.cmbClass = New System.Windows.Forms.ComboBox()
53         Me.Label4 = New System.Windows.Forms.Label()
54         Me.Label5 = New System.Windows.Forms.Label()
55         Me.txtSchoolID = New System.Windows.Forms.TextBox()
56         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Panel5 = New System.Windows.Forms.Panel()
65         Me.txtSearchByClass = New System.Windows.Forms.TextBox()
66         Me.Label7 = New System.Windows.Forms.Label()
67         Me.Panel1.SuspendLayout()
68         Me.Panel4.SuspendLayout()
69         Me.Panel3.SuspendLayout()
70         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
71         Me.Panel2.SuspendLayout()
72         Me.Panel5.SuspendLayout()
73         Me.SuspendLayout()
74         
'
75         
'Panel1
76         
'
77         Me.Panel1.BackColor = System.Drawing.Color.White
78         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
79         Me.Panel1.Controls.Add(Me.Panel5)
80         Me.Panel1.Controls.Add(Me.Panel4)
81         Me.Panel1.Controls.Add(Me.Panel3)
82         Me.Panel1.Controls.Add(Me.dgw)
83         Me.Panel1.Controls.Add(Me.Panel2)
84         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
85         Me.Panel1.Name =
"Panel1"
86         Me.Panel1.Size = New System.Drawing.Size(
550, 564)
87         Me.Panel1.TabIndex =
2
88         
'
89         
'Panel4
90         
'
91         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
92         Me.Panel4.Controls.Add(Me.Label5)
93         Me.Panel4.Controls.Add(Me.Label4)
94         Me.Panel4.Controls.Add(Me.cmbClass)
95         Me.Panel4.Controls.Add(Me.cmbSchoolName)
96         Me.Panel4.Controls.Add(Me.Label2)
97         Me.Panel4.Controls.Add(Me.cmbHostel)
98         Me.Panel4.Controls.Add(Me.txtInstallment)
99         Me.Panel4.Controls.Add(Me.Label6)
100         Me.Panel4.Controls.Add(Me.txtCharges)
101         Me.Panel4.Controls.Add(Me.Label3)
102         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
104         Me.Panel4.Name =
"Panel4"
105         Me.Panel4.Size = New System.Drawing.Size(
328, 174)
106         Me.Panel4.TabIndex =
0
107         
'
108         
'Label2
109         
'
110         Me.Label2.AutoSize = True
111         Me.Label2.Location = New System.Drawing.Point(
19, 41)
112         Me.Label2.Name =
"Label2"
113         Me.Label2.Size = New System.Drawing.Size(
48, 15)
114         Me.Label2.TabIndex =
11
115         Me.Label2.Text =
"Hostel :"
116         
'
117         
'cmbHostel
118         
'
119         Me.cmbHostel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
120         Me.cmbHostel.FormattingEnabled = True
121         Me.cmbHostel.Location = New System.Drawing.Point(
117, 42)
122         Me.cmbHostel.Name =
"cmbHostel"
123         Me.cmbHostel.Size = New System.Drawing.Size(
190, 23)
124         Me.cmbHostel.TabIndex =
1
125         
'
126         
'txtInstallment
127         
'
128         Me.txtInstallment.Location = New System.Drawing.Point(
117, 17)
129         Me.txtInstallment.Name =
"txtInstallment"
130         Me.txtInstallment.Size = New System.Drawing.Size(
96, 21)
131         Me.txtInstallment.TabIndex =
0
132         
'
133         
'Label6
134         
'
135         Me.Label6.AutoSize = True
136         Me.Label6.Location = New System.Drawing.Point(
19, 126)
137         Me.Label6.Name =
"Label6"
138         Me.Label6.Size = New System.Drawing.Size(
59, 15)
139         Me.Label6.TabIndex =
9
140         Me.Label6.Text =
"Charges :"
141         
'
142         
'txtCharges
143         
'
144         Me.txtCharges.Location = New System.Drawing.Point(
117, 126)
145         Me.txtCharges.Name =
"txtCharges"
146         Me.txtCharges.Size = New System.Drawing.Size(
96, 21)
147         Me.txtCharges.TabIndex =
4
148         Me.txtCharges.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
149         
'
150         
'Label3
151         
'
152         Me.Label3.AutoSize = True
153         Me.Label3.Location = New System.Drawing.Point(
19, 15)
154         Me.Label3.Name =
"Label3"
155         Me.Label3.Size = New System.Drawing.Size(
73, 15)
156         Me.Label3.TabIndex =
0
157         Me.Label3.Text =
"Installment :"
158         
'
159         
'Panel3
160         
'
161         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
162         Me.Panel3.Controls.Add(Me.btnDelete)
163         Me.Panel3.Controls.Add(Me.btnClose)
164         Me.Panel3.Controls.Add(Me.btnUpdate)
165         Me.Panel3.Controls.Add(Me.btnSave)
166         Me.Panel3.Controls.Add(Me.btnNew)
167         Me.Panel3.Location = New System.Drawing.Point(
343, 75)
168         Me.Panel3.Name =
"Panel3"
169         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
170         Me.Panel3.TabIndex =
2
171         
'
172         
'btnDelete
173         
'
174         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
175         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
176         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
177         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
178         Me.btnDelete.Name =
"btnDelete"
179         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
180         Me.btnDelete.TabIndex =
3
181         Me.btnDelete.Text =
"Delete"
182         Me.btnDelete.UseVisualStyleBackColor = True
183         
'
184         
'btnClose
185         
'
186         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
187         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
188         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
190         Me.btnClose.Name =
"btnClose"
191         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
192         Me.btnClose.TabIndex =
4
193         Me.btnClose.Text =
"Close"
194         Me.btnClose.UseVisualStyleBackColor = True
195         
'
196         
'btnUpdate
197         
'
198         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
199         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
200         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
202         Me.btnUpdate.Name =
"btnUpdate"
203         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
204         Me.btnUpdate.TabIndex =
2
205         Me.btnUpdate.Text =
"Update"
206         Me.btnUpdate.UseVisualStyleBackColor = True
207         
'
208         
'btnSave
209         
'
210         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
211         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
212         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
213         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
214         Me.btnSave.Name =
"btnSave"
215         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
216         Me.btnSave.TabIndex =
1
217         Me.btnSave.Text =
"Save"
218         Me.btnSave.UseVisualStyleBackColor = True
219         
'
220         
'btnNew
221         
'
222         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
223         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
224         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
226         Me.btnNew.Name =
"btnNew"
227         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
228         Me.btnNew.TabIndex =
0
229         Me.btnNew.Text =
"New"
230         Me.btnNew.UseVisualStyleBackColor = True
231         
'
232         
'dgw
233         
'
234         Me.dgw.AllowUserToAddRows = False
235         Me.dgw.AllowUserToDeleteRows = False
236         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
237         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
238         Me.dgw.BackgroundColor = System.Drawing.Color.White
239         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
240         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
241         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
242         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
244         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
245         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
246         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
247         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
248         Me.dgw.ColumnHeadersHeight =
24
249         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column5, Me.Column6, Me.Column7, Me.Column8, Me.Column4})
250         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
251         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
252         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
253         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
254         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
255         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
256         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
257         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
258         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
259         Me.dgw.EnableHeadersVisualStyles = False
260         Me.dgw.GridColor = System.Drawing.Color.White
261         Me.dgw.Location = New System.Drawing.Point(
9, 331)
262         Me.dgw.MultiSelect = False
263         Me.dgw.Name =
"dgw"
264         Me.dgw.ReadOnly = True
265         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
266         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
267         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
268         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
270         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
271         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
272         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
273         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
274         Me.dgw.RowHeadersWidth =
25
275         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
276         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
277         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
279         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
280         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
281         Me.dgw.RowTemplate.Height =
18
282         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
283         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
284         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
285         Me.dgw.Size = New System.Drawing.Size(
529, 224)
286         Me.dgw.TabIndex =
1
287         
'
288         
'Panel2
289         
'
290         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
291         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
292         Me.Panel2.Controls.Add(Me.txtSchoolID)
293         Me.Panel2.Controls.Add(Me.txtHostelID)
294         Me.Panel2.Controls.Add(Me.Label1)
295         Me.Panel2.Controls.Add(Me.lblUser)
296         Me.Panel2.Controls.Add(Me.txtID)
297         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
298         Me.Panel2.Name =
"Panel2"
299         Me.Panel2.Size = New System.Drawing.Size(
529, 62)
300         Me.Panel2.TabIndex =
0
301         
'
302         
'txtHostelID
303         
'
304         Me.txtHostelID.Location = New System.Drawing.Point(
61, 3)
305         Me.txtHostelID.Name =
"txtHostelID"
306         Me.txtHostelID.Size = New System.Drawing.Size(
52, 20)
307         Me.txtHostelID.TabIndex =
6
308         Me.txtHostelID.Visible = False
309         
'
310         
'Label1
311         
'
312         Me.Label1.AutoSize = True
313         Me.Label1.BackColor = System.Drawing.Color.Transparent
314         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
315         Me.Label1.ForeColor = System.Drawing.Color.White
316         Me.Label1.Location = New System.Drawing.Point(
140, 18)
317         Me.Label1.Name =
"Label1"
318         Me.Label1.Size = New System.Drawing.Size(
240, 24)
319         Me.Label1.TabIndex =
0
320         Me.Label1.Text =
"Installment Entry [Hostel]"
321         
'
322         
'lblUser
323         
'
324         Me.lblUser.AutoSize = True
325         Me.lblUser.Location = New System.Drawing.Point(
16, 29)
326         Me.lblUser.Name =
"lblUser"
327         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
328         Me.lblUser.TabIndex =
5
329         Me.lblUser.Text =
"Label8"
330         Me.lblUser.Visible = False
331         
'
332         
'txtID
333         
'
334         Me.txtID.Location = New System.Drawing.Point(
3, 3)
335         Me.txtID.Name =
"txtID"
336         Me.txtID.Size = New System.Drawing.Size(
52, 20)
337         Me.txtID.TabIndex =
4
338         Me.txtID.Visible = False
339         
'
340         
'cmbSchoolName
341         
'
342         Me.cmbSchoolName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
343         Me.cmbSchoolName.FormattingEnabled = True
344         Me.cmbSchoolName.Location = New System.Drawing.Point(
117, 70)
345         Me.cmbSchoolName.Name =
"cmbSchoolName"
346         Me.cmbSchoolName.Size = New System.Drawing.Size(
190, 23)
347         Me.cmbSchoolName.TabIndex =
2
348         
'
349         
'cmbClass
350         
'
351         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
352         Me.cmbClass.FormattingEnabled = True
353         Me.cmbClass.Location = New System.Drawing.Point(
117, 98)
354         Me.cmbClass.Name =
"cmbClass"
355         Me.cmbClass.Size = New System.Drawing.Size(
96, 23)
356         Me.cmbClass.TabIndex =
3
357         
'
358         
'Label4
359         
'
360         Me.Label4.AutoSize = True
361         Me.Label4.Location = New System.Drawing.Point(
19, 69)
362         Me.Label4.Name =
"Label4"
363         Me.Label4.Size = New System.Drawing.Size(
88, 15)
364         Me.Label4.TabIndex =
14
365         Me.Label4.Text =
"School Name :"
366         
'
367         
'Label5
368         
'
369         Me.Label5.AutoSize = True
370         Me.Label5.Location = New System.Drawing.Point(
19, 98)
371         Me.Label5.Name =
"Label5"
372         Me.Label5.Size = New System.Drawing.Size(
43, 15)
373         Me.Label5.TabIndex =
15
374         Me.Label5.Text =
"Class :"
375         
'
376         
'txtSchoolID
377         
'
378         Me.txtSchoolID.Location = New System.Drawing.Point(
119, 0)
379         Me.txtSchoolID.Name =
"txtSchoolID"
380         Me.txtSchoolID.Size = New System.Drawing.Size(
52, 20)
381         Me.txtSchoolID.TabIndex =
7
382         Me.txtSchoolID.Visible = False
383         
'
384         
'Column1
385         
'
386         Me.Column1.HeaderText =
"ID"
387         Me.Column1.Name =
"Column1"
388         Me.Column1.ReadOnly = True
389         Me.Column1.Visible = False
390         
'
391         
'Column2
392         
'
393         Me.Column2.HeaderText =
"Installment"
394         Me.Column2.Name =
"Column2"
395         Me.Column2.ReadOnly = True
396         
'
397         
'Column3
398         
'
399         Me.Column3.HeaderText =
"Hostel ID"
400         Me.Column3.Name =
"Column3"
401         Me.Column3.ReadOnly = True
402         Me.Column3.Visible = False
403         
'
404         
'Column5
405         
'
406         Me.Column5.HeaderText =
"Hostel Name"
407         Me.Column5.Name =
"Column5"
408         Me.Column5.ReadOnly = True
409         
'
410         
'Column6
411         
'
412         Me.Column6.HeaderText =
"School ID"
413         Me.Column6.Name =
"Column6"
414         Me.Column6.ReadOnly = True
415         Me.Column6.Visible = False
416         
'
417         
'Column7
418         
'
419         Me.Column7.HeaderText =
"School Name"
420         Me.Column7.Name =
"Column7"
421         Me.Column7.ReadOnly = True
422         
'
423         
'Column8
424         
'
425         Me.Column8.HeaderText =
"Class"
426         Me.Column8.Name =
"Column8"
427         Me.Column8.ReadOnly = True
428         
'
429         
'Column4
430         
'
431         Me.Column4.HeaderText =
"Charges"
432         Me.Column4.Name =
"Column4"
433         Me.Column4.ReadOnly = True
434         
'
435         
'Panel5
436         
'
437         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
438         Me.Panel5.Controls.Add(Me.txtSearchByClass)
439         Me.Panel5.Controls.Add(Me.Label7)
440         Me.Panel5.Location = New System.Drawing.Point(
9, 255)
441         Me.Panel5.Name =
"Panel5"
442         Me.Panel5.Size = New System.Drawing.Size(
153, 70)
443         Me.Panel5.TabIndex =
3
444         
'
445         
'txtSearchByClass
446         
'
447         Me.txtSearchByClass.BackColor = System.Drawing.Color.White
448         Me.txtSearchByClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
449         Me.txtSearchByClass.Location = New System.Drawing.Point(
13, 32)
450         Me.txtSearchByClass.Name =
"txtSearchByClass"
451         Me.txtSearchByClass.Size = New System.Drawing.Size(
124, 21)
452         Me.txtSearchByClass.TabIndex =
0
453         
'
454         
'Label7
455         
'
456         Me.Label7.AutoSize = True
457         Me.Label7.Location = New System.Drawing.Point(
10, 10)
458         Me.Label7.Name =
"Label7"
459         Me.Label7.Size = New System.Drawing.Size(
90, 13)
460         Me.Label7.TabIndex =
12
461         Me.Label7.Text =
"Search By Class :"
462         
'
463         
'frmInstallment_Hostel
464         
'
465         Me.AcceptButton = Me.btnSave
466         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
467         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
468         Me.BackColor = System.Drawing.Color.DarkSlateGray
469         Me.ClientSize = New System.Drawing.Size(
575, 589)
470         Me.Controls.Add(Me.Panel1)
471         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
472         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
473         Me.MaximizeBox = False
474         Me.MinimizeBox = False
475         Me.Name =
"frmInstallment_Hostel"
476         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
477         Me.Panel1.ResumeLayout(False)
478         Me.Panel4.ResumeLayout(False)
479         Me.Panel4.PerformLayout()
480         Me.Panel3.ResumeLayout(False)
481         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
482         Me.Panel2.ResumeLayout(False)
483         Me.Panel2.PerformLayout()
484         Me.Panel5.ResumeLayout(False)
485         Me.Panel5.PerformLayout()
486         Me.ResumeLayout(False)
487
488     End Sub
489     Friend WithEvents Panel1 As System.Windows.Forms.Panel
490     Friend WithEvents Panel3 As System.Windows.Forms.Panel
491     Friend WithEvents btnDelete As System.Windows.Forms.Button
492     Friend WithEvents btnClose As System.Windows.Forms.Button
493     Friend WithEvents btnUpdate As System.Windows.Forms.Button
494     Friend WithEvents btnSave As System.Windows.Forms.Button
495     Friend WithEvents btnNew As System.Windows.Forms.Button
496     Friend WithEvents dgw As System.Windows.Forms.DataGridView
497     Friend WithEvents Panel2 As System.Windows.Forms.Panel
498     Friend WithEvents Label1 As System.Windows.Forms.Label
499     Friend WithEvents txtID As System.Windows.Forms.TextBox
500     Friend WithEvents lblUser As System.Windows.Forms.Label
501     Friend WithEvents Panel4 As System.Windows.Forms.Panel
502     Friend WithEvents Label6 As System.Windows.Forms.Label
503     Friend WithEvents txtCharges As System.Windows.Forms.TextBox
504     Friend WithEvents Label3 As System.Windows.Forms.Label
505     Friend WithEvents txtInstallment As System.Windows.Forms.TextBox
506     Friend WithEvents Label2 As System.Windows.Forms.Label
507     Friend WithEvents cmbHostel As System.Windows.Forms.ComboBox
508     Friend WithEvents txtHostelID As System.Windows.Forms.TextBox
509     Friend WithEvents Label5 As System.Windows.Forms.Label
510     Friend WithEvents Label4 As System.Windows.Forms.Label
511     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
512     Friend WithEvents cmbSchoolName As System.Windows.Forms.ComboBox
513     Friend WithEvents txtSchoolID As System.Windows.Forms.TextBox
514     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
515     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
516     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
517     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
518     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
519     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
520     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
521     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
522     Friend WithEvents Panel5 As System.Windows.Forms.Panel
523     Friend WithEvents txtSearchByClass As System.Windows.Forms.TextBox
524     Friend WithEvents Label7 As System.Windows.Forms.Label
525
526 End Class


Gõ tìm kiếm nhanh...